home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / fdmsrrc.igz / fdmsrrc.img / LIB / Ndis / EL59X.CAB / el59x.ini < prev    next >
Text File  |  2002-03-18  |  4KB  |  74 lines

  1. DriverName=EL59X$
  2. ;
  3. ; below are examples and explanations of some of the keywords supported by
  4. ; the3C59X NDIS 2.01 driver.  most of the lines are simply comments.  the 
  5. ; marked with "-->" are lines that can be edited (removing the ";-->" and
  6. ; lines replacing it with spaces, and modifying the right hand side as
  7. ; appropriate.
  8. ;
  9. ; MAXTRANSMITS=n, n=6..50, specifies the number of transmits which can be 
  10. ; queued up by the driver when the TxFIFO is full or the adapter is otherwise
  11. ; busy.  When we run out of queue entries, an OUT_OF_RESOURCES error will be 
  12. ; returned to the protocol on a transmit attempt.  Most protocols will handle
  13. ; running out of resources will little performance degradation.  However, 
  14. ; some implementations will drop packets and consequently lower performance 
  15. ; if OUT_OF_RESOURCES is returned too often.  The default value is 6, which 
  16. ; should be sufficient for most cases, and is adequate for window sizes up to 
  17. ; about 6 or so.  On a heavily loaded server with a lot of active connections, 
  18. ; you may want to increase this number since with large windows on multiple 
  19. ; active connections you may need a bigger transmit queue to handle them all.
  20. ; Each queue entry takes about 128 bytes of memory, so increasing this number
  21. ; will increase the resident size of the driver.
  22. ;
  23. ;-->MAXTRANSMITS=40
  24. ;
  25. ; NETADDRESS allows the user to configure the network address of the adapter,
  26. ; rather than using the one in EEProm.  If not specified the address on the
  27. ; adapter will be used.  If specified, the right hand side must be exactly
  28. ; 12 hex ASCII characters which will be converted to the network address.
  29. ; The only restrictions we impose is that the address not have the multicast
  30. ; bit set (an odd number in the second digit) and the network address have
  31. ; bit one of the most significant byte of the address set.  This bit 
  32. ; signifies a locally administered address.
  33. ;
  34. ;-->NETADDRESS="02608C123456"
  35. ;
  36. ; BUSMASTER=NO tells the driver to disable bus-mastering.  The default is
  37. ; BUSMASTER=YES.  The driver will test bus master when it starts.  If the
  38. ; driver finds bus master doesn't work, it will disable bus-mastering.
  39. ; This will likely reduce performance but might be used to work around 
  40. ; problems that could occur in certain machines.
  41. ;
  42. ;-->BUSMASTER=NO
  43. ;
  44. ; BUS=<name> specifies the type of bus to search for a 3C59X adapter.  This 
  45. ; keyword is for compatibility in multi-adapter situations.  This keyword
  46. ; instructs the driver to only search the specific bus to find an adapter.
  47. ; If this parameter is not present, the driver will search all busses until
  48. ; an adapter is found. <name> can be PCI or EISA
  49. ;
  50. ;-->BUS=PCI
  51. ;
  52. ; SLOT=n, n=0..31 specifies the specific slot number to look for a 3C59X 
  53. ; adapter.  In the absence of this keyword the driver will search all slots 
  54. ; for a 3c59x adapter, so it isn't required unless there are multiple 3C59X 
  55. ; adapters in the computer.  For PCI the "SLOT=n" parameter is actually a 
  56. ; device number.  Usually device 0 is on the motherboard, and the "slots" 
  57. ; start around 8 or so, but this varies from computer to computer.  The best 
  58. ; way to determine what number to use is to look at the slot number displayed 
  59. ; by the 3C59XCFG.EXE program for a given adapter.  Note: if BUSNO is not 
  60. ; specified, but SLOT is, we will search the specified SLOT on all PCI busses
  61. ; (0..7) in turn. For EISA computers, the SLOT is the specific slot the EISA 
  62. ; adapter is located in.
  63. ;-->SLOT=8
  64. ;
  65. ; BUSNO=n, n=0..7 specifies the PCI bus number to search for the 3C59X 
  66. ; adapter.  In most computers today there is only a single PCI bus, number 0.  
  67. ; However, the PCI architecture allow for multiple PCI busses.  If this
  68. ; keyword isn't specified, the driver will search all busses for a
  69. ; 3C59X adapter, so this keyword isn't required unless there are multiple
  70. ; 3C59X adapters in the computer.
  71. ;
  72. ;-->BUSNO=0
  73.